Embedded Web Services API server – Displays the name of the Web Services API server as a hyperlink to the server settings:
\<install directory>\common\data\backup
, unless you specify otherwise. Request Entity Too Large
. host not found
.200 OK
response indicating the message was successfully received. A 200 OK
response is a transport response, separate from a message protocol response such as an AS2 receipt.Note: In the last case above, the 200 OK
response also includes the receipt if synchronous receipts were requested. Otherwise, it will be a simple 200 OK
response with no payload. And if an asynchronous receipt was requested, the partner will connect later to send it.
Retries occur according to an algorithm that starts at 5 minutes. The interval between retries increases with each subsequent retry in this pattern: 10 minutes, 15 minutes, 30 minutes, 60 minutes. The interval plateaus at 60 minutes. This means if the retry value is greater than 5, the fifth and each subsequent retry occurs at 60 minute intervals.
For example, if retries is 3, the system will try connecting again in 5 minutes if the initial connection attempt fails. If this retry attempt also fails, the system attempts a second retry in 10 minutes. The third retry attempt is made 15 minutes later. If the third retry attempt fails, the message is given a failed status. So after four attempts (the first attempt plus 3 retries), the message fails. You can search for and manually resubmit failed messages in Message Tracker.
Retries do not occur precisely at these intervals because each connection attempt takes some seconds, which varies by computer. So retries actually occur after the connection attempt time plus the interval.
This control applies only to retrying to send messages, not receiving. It applies only to retrying to send related to transport issues. It does not apply to successfully sent messages for which receipts have not been received as expected. Another control, resends, determines how many times the system will resend a message when a receipt is not received from the partner. For information about resends, see reliable messaging in the collaboration settings chapter.
<install directory>/common/data/http/restartable
, which is normally common to all nodes. Thus, if a transfer is interrupted and the load balancer directs the restart request to a different node, the restart file will be accessible to the new node even though it did not process the original request.200 OK
response. Most often this setting is useful when the client requests a synchronous receipt, but also could be recommended in some cases for an asynchronous receipt.Expect: 102-processing
. This is an HTTP response code that indicates processing is in progress. If the receiving server supports 102 responses, the header triggers the server to send 102 responses to the client repeatedly until the server has completely processed the inbound message.\<install directory>\common\data\backup
, unless you specify otherwise.